cURL
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": "[email protected]", "full_name": "Preorder Admin User", "pin_code": "1234" } '
{ "data": { "id": 123 } }
Create a new preorder admin user with PIN authentication
Phone number
"99111111"
Email address
"[email protected]"
Full name
"Preorder Admin User"
PIN code for authentication
"1234"
Preorder admin user created successfully
Show child attributes