You can register users using the data below
{ "email": "[email protected]", "username": "pat", "phone":"+254700215647", "password": "pass1234", "password_confirmation":"pass1234" }
{ "email": "[email protected]", "username": "patient", "role":"Patient", "full_name":"patient one", "phone":"+254700215665" }
{ "email": "[email protected]", "username": "admin", "role":"Administrator", "full_name":"admin one", "phone":"+254700215648" }
{ "email": "[email protected]", "username": "recep", "role":"Receptionist", "full_name":"recep one", "phone":"+254700215655" }
{ "email": "[email protected]", "username": "doc", "role":"Doctor", "full_name":"doc one", "phone":"+254700215654" }
{ "email": "[email protected]", "username": "pharm", "role":"Pharmacist", "full_name":"pharm one", "phone":"+254700215653" }
{ "email": "[email protected]", "username": "labtech", "role":"Labtech", "full_name":"labtech one", "phone":"+254700215652" }
{ "email": "[email protected]", "username": "nurse", "role":"Nurse", "full_name":"nurse one", "phone":"+254700215651" }
{ "appointment_fee": 200, "department": "Consultation", "appointment_date": "2021-12-03" }