curl --location -g --request PUT '{{BASE_URL}}/v2/users' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": [
{
"name": "John Doe",
"email": "johndoe@email.com",
"phone": "11991929394",
"area": "Marketing",
"subarea": "Social Media",
"status": "active or inactive",
"external_id": "123abc456"
}
]
}'[{"email":"johndoe@email.com","message":"user successfully updated"}]