Create or update patient

PUT https://sdk.mediquo.com/v1/patients

Request Body

{"patients"=>[{"code"=>"123456_demo_user", "first_name"=>"Name", "last_name"=>"Surname", "gender"=>"male", "plan"=>"premium", "birth_date"=>"1980-01-01", "email"=>"demo@demo.com"}]}

HEADERS

KeyDatatypeRequiredDescription
X-API-Keystring
X-Secret-Keystring
Content-Typestring