Authorization: Bearer ********************
{ "role": "admin", "email": "jane.doe@example.com", "name": "Jane Doe", "display_name": "Jane", "status": "active" }
curl --location --request PUT 'https://api.mottasl.ai/v1/agent/' \ --header 'Content-Type: application/json' \ --data-raw '{ "role": "admin", "email": "jane.doe@example.com", "name": "Jane Doe", "display_name": "Jane", "status": "active" }'
{ "success": true, "message": "agent Updated", "data": [ { "agent_id": "123" } ] }