Create agent business profile
POST
/agent/business/profile
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/agent/business/profile' \
--header 'Content-Type: application/json' \
--data-raw '{
"full_name": "ABC Bank",
"trading_name" : "ABC",
"phone_number": "+257000000",
"country": "7aa84856-f009-4d55-94e4-8f4012d88dda",
"city": "Accra",
"address": "Address",
"website": "https://abc.bank"
}'
Response Response Example
{}
Request
Body Params application/json