curl --location --request GET '/resolve?channel=mobile_money&phoneNumber=0244000000' \
--header 'Authorization: Bearer {{token}}' \
--header 'clientid: {{clientId}}' \
--header 'Content-Type: application/json' \
--data '{
"accountNo": "string",
"provider": "string"
}'{
"status": "success",
"accountName": "John Doe",
"accountNo": "0240000000",
"provider": "mtn"
}