Add a user to a providerAsk AIpost http://localhost:5000/api/v1/providers/usersBody Paramsfirst_namestringrequiredlength ≥ 2last_namestringrequiredlength ≥ 2dial_codestringrequiredlength ≥ 2phone_numberstringrequiredlength ≥ 2emailstringrequiredrolestringrequiredlength ≥ 2passwordstringlength ≥ 2is_adminbooleanrequiredtruefalseResponses 201User added successfully 400Invalid request data 500Server errorUpdated 6 months ago