Create a new customer/patient for a providerAsk AIpost http://localhost:5000/api/v1/providers/new-customerBody Paramsfirst_namestringrequiredlength ≥ 2last_namestringrequiredlength ≥ 2dial_codestringrequiredlength ≥ 2phone_numberstringrequiredlength ≥ 2emailstringrequiredaddressstringdate_of_birthstringstatusstringenumactiveinactivependingAllowed:activeinactivependingavatar_urlstringavatar_mime_typestringResponses 201Successful operation 404Provider not found 500Internal server errorUpdated 6 months ago