The Boldo API allows you to access all queries related to Doctors, Patients and Appointments required for the app and web app to work.
For POST Requests: Add paramters as JSON in the request body and set a 'Content-Type: application/json'
header.
For GET Requests: Add parameters as Query String parameters.
For simplicity, expect the following error codes:
{messsages: string[]}
that includes a description of what went wrong.