curl --request PUT \
--url https://api.zochil.io/v3/monitoring/preorder-admin-users/{id} \
--header 'Content-Type: application/json' \
--header 'access-token: <api-key>' \
--data '
{
"phone": "<string>",
"email": "[email protected]",
"full_name": "<string>",
"pin_code": "<string>"
}
'