curl --location --request POST '/apis/v1/users' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"firstname": "John",
"lastname": "Doe",
"username": "24_magohew",
"displayname": "John Doe",
"email": "24_magohew@mailfrs.com",
"password": "@Password123",
"confirmPassword": "@Password123",
"accessLevel": 1,
"joinServer": true,
"emailPassword": true,
"sendEmail": true,
"emailTemplate": "0",
"country": "Thailand",
"phoneNumber": "080374893013",
"referral": "referral_id",
"customFields": [
{
"fieldIdorName": "revenue",
"value": 123
}
]
}'