cURL
curl --request POST \ --url https://jamquest-dev.techboo.net/api/v1/deposit/voucher \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "voucher_code": "<string>" } '
{ "status": "ok", "message": "Deposit successful", "data": { "amount": 123, "new_balance": 123 } }
Allows users to deposit funds into their wallet using voucher.
Access token obtained during login or registration. Use this token in the Authorization header for authenticated requests.
Voucher deposit successful
"ok"
"Deposit successful"
Show child attributes