Authorization: Bearer ********************
{
"external_reference": "REF00000001223025-04-30",
"pin_code": "2025",
"agent_code":"7726",
"amount": "4500",
"validation_operation_code": "27052597768541"
}
curl --location -g --request POST 'http://127.0.0.1:8081/ihela/api/v1/validate-withdrawal/' \
--header 'Content-Type: application/json' \
--data-raw '{
"external_reference": "REF00000001223025-04-30",
"pin_code": "2025",
"agent_code":"7726",
"amount": "4500",
"validation_operation_code": "27052597768541"
}'
{
"success": true,
"response_message": "string",
"response_code": "string",
"response_data": {
"reference": "string",
"cbs_reference": "string",
"external_reference": "string"
}
}