curl --location 'https://api-stg.98s.studio/api/v1/registrations/users/register' \
--header 'x-api-key: {{api-key}}' \
--header 'Content-Type: application/json' \
--data '{
"userKey": "{{$string.uuid}}",
"name": "{{$person.fullName}}",
"nameAr": "{{$person.fullName}}",
"userProperties": {
"gender": 0,
"birthDate": "{{$date.birthdate}}",
"country": "{{$location.countryCode}}",
"city": "{{$location.city}}",
"segments": ["VIP"]
}
}'{
"userKey": "4e34be82-8667-4abb-bb53-6189b0e16c75",
"name": "Margarita Fisher",
"nameAr": "Judith DuBuque",
"isActive": true,
"createdDate": null,
"userProperties": {
"gender": 0,
"birthDate": "1970-06-16T05:21:40.478Z",
"country": "NO",
"city": "Angelachester",
"segments": [
"VIP"
]
}
}