Beneficiary Response
objectAuthorization: Bearer ********************
{
"request": "string"
}
curl --location --request POST '/api/v0/beneficiary-detail/search' \
--header 'clientId: CEKxxxxxxx' \
--header 'User-Agent;' \
--header 'Content-Type: application/json' \
--data-raw '{
"request": "string"
}'
{
"response_code": 0,
"response_message": "string",
"payload": "string"
}