cURL
curl --request GET \ --url https://sandbox.yasmina.ai/api/v1/car/payments \ --header 'Authorization: Bearer <token>'
{ "payment": 1500 }
Get payment records
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success
1500