cURL
curl --request POST \ --url https://api.cartevo.co/api/v1/cards/{id}/fund \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "amount": 2 }'
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
x >= 1
Card funded successfully