{
"email": "Finn.Bergnaum@hotmail.com",
"mobile": "974-756-9952 x111",
"role": "organiser",
"card_visibility": "all",
"language": "de",
"resource": {
"id": "01e22839-4e1a-4bb0-8f00-b7bca20618c4"
}
}
curl --location --request POST 'https://api.vplan.com/v1/user' \
--header 'x-api-key;' \
--header 'x-api-env;' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "Finn.Bergnaum@hotmail.com",
"mobile": "974-756-9952 x111",
"role": "organiser",
"card_visibility": "all",
"language": "de",
"resource": {
"id": "01e22839-4e1a-4bb0-8f00-b7bca20618c4"
}
}'