Edit a customer in the provider's organizationAsk AIput http://localhost:5000/api/v1/providers/customers/{unique_customer_id}Path Paramsunique_customer_idstringrequiredUnique ID of the customer to editBody Paramsdial_codestringlength ≥ 2phone_numberstringlength ≥ 2first_namestringlength ≥ 2last_namestringlength ≥ 2addressstringlength ≥ 2sexstringlength ≥ 2Responses 200Customer updated successfully 400Invalid request data 500Server errorUpdated 6 months ago