curl --request POST \
--url https://api.zochil.io/v3/monitoring/users/create \
--header 'Content-Type: application/json' \
--header 'access-token: <api-key>' \
--data '
{
"first_name": "<string>",
"last_name": "<string>",
"email": "[email protected]",
"phone": "<string>",
"password": "<string>",
"address": "<string>"
}
'Create a new user account
curl --request POST \
--url https://api.zochil.io/v3/monitoring/users/create \
--header 'Content-Type: application/json' \
--header 'access-token: <api-key>' \
--data '
{
"first_name": "<string>",
"last_name": "<string>",
"email": "[email protected]",
"phone": "<string>",
"password": "<string>",
"address": "<string>"
}
'User created successfully