curl --request POST \
--url https://api.rivoopay.com/account-balance/withdraw \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '
{
"amount": 10000
}
'{
"status": 123,
"message": "<string>",
"data": {
"withdrawId": "withdraw_abc123"
}
}curl --request POST \
--url https://api.rivoopay.com/account-balance/withdraw \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '
{
"amount": 10000
}
'{
"status": 123,
"message": "<string>",
"data": {
"withdrawId": "withdraw_abc123"
}
}