Our patient authentication system uses a two-step verification process:
Request OTP: Send an OTP to the patient’s contact number
Verify OTP: Validate the OTP to receive a patient token
Access Reports: Use the patient token to access patient-specific reports
All API requests require both the lab authentication token (in the
Authorization header) and for the reports endpoint, the patient token (in the
patient-authorization header).