curl --location --request POST '/resolve' \
--header 'Authorization: Bearer {{token}}' \
--header 'clientid: {{clientId}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"accountNo": "0240000000",
"provider": "mtn"
}'
{
"status": "success",
"accountName": "John Doe",
"accountNo": "0240000000",
"provider": "mtn"
}