cURL
curl --request POST \ --url https://portal.yasmina.ai/api/v1/medical/medical-forms/fill \ --header 'Authorization: Bearer <token>'
{ "code": "40101", "message": "Unauthenticated" }
This if the HR wants to fill the Medical forms themselves.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Forms dispatched successfully