curl --request POST \
--url https://api.zochil.io/v3/monitoring/users/update \
--header 'Content-Type: application/json' \
--header 'access-token: <api-key>' \
--data '
{
"id": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"email": "jsmith@example.com",
"phone": "<string>",
"address": "<string>",
"status": "<string>"
}
'Update an existing user account
curl --request POST \
--url https://api.zochil.io/v3/monitoring/users/update \
--header 'Content-Type: application/json' \
--header 'access-token: <api-key>' \
--data '
{
"id": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"email": "jsmith@example.com",
"phone": "<string>",
"address": "<string>",
"status": "<string>"
}
'User updated successfully