createAppointment

@POST(value = "appointments/create")
abstract suspend fun createAppointment(@Body appointmentRequest: AppointmentRequest): AppointmentResponse