curl --request POST \
--url https://api.dev.monei.cc/api/v1/wallet/withdrawals \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '
{
"amount": 123,
"bank": "<string>",
"accountNumber": "<string>",
"transactionPin": "<string>",
"currency": "<string>",
"reference": "<string>",
"narration": "<string>"
}
'{
"statusCode": 123,
"message": "<string>",
"data": {},
"errors": {}
}curl --request POST \
--url https://api.dev.monei.cc/api/v1/wallet/withdrawals \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '
{
"amount": 123,
"bank": "<string>",
"accountNumber": "<string>",
"transactionPin": "<string>",
"currency": "<string>",
"reference": "<string>",
"narration": "<string>"
}
'{
"statusCode": 123,
"message": "<string>",
"data": {},
"errors": {}
}