curl --request POST \
--url https://dev.interface.monirates.com/v1/wallet \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"currency": "<string>",
"bvn": "<string>",
"companyRegistrationNumber": "<string>"
}
'