cURL
curl --request POST \ --url https://staging.yasmina.ai/api/v1/yasmina-schengen-travel/api/v1/yasmina-schengen-travel/purchase \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "quote_id": "Q-L5ELL0WU" }'
"<any>"
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
The response is of type any.
any