GET api/v1/ai_voice/organizations/2140/appointments/schedule
This endpoint will schedule the appointment for patient on both TeamCare and Practice PMS.Parameters
- Ai Agent will just have to hit on schedule end point as above to schedule the appointment.
- Organization id in url will be the id for practice in teamcare database..
- There are 2 cases we can find the patient or we not, If we found the patient already in Teamcare database it means we have to just send its id in patient_id and not patient_request_attributes, but if we not found the patient the patient id should be nil and patient_request_attributes should come with patient all information.

