Get the payment required
cURL
curl --request GET \ --url https://portal.yasmina.ai/api/v1/medical/payment-due \ --header 'Authorization: Bearer <token>'
{ "payment": 1500 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success
The response is of type object.
object