curl --request POST \
--url https://api.zochil.io/v3/monitoring/preorder-admin-users \
--header 'Content-Type: application/json' \
--header 'access-token: <api-key>' \
--data '
{
"phone": "99111111",
"email": "preorder.admin@example.com",
"full_name": "Preorder Admin User",
"pin_code": "1234"
}
'