curl --location --request POST 'https://app.mtariri.xyz/api//wallet/withdraw' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": 0.01,
"withdrawal_method": "string",
"description": "string"
}'
{
"success": true,
"newBalance": 0,
"message": "string"
}