curl --request POST \ --url https://api.finup.io/card/{card_id}/withdraw \ --header 'Content-Type: application/json' \ --header 'x-api-key: <x-api-key>' \ --data '{ "amount": 123 }'
{ "result": { "status": "SUCCESS", "code": 201 } }
API key for authentication
Mongo ID of the card
Show child attributes
"SUCCESS"
201