curl --location --request POST 'https://app.cubi.casa/api/integrate/v3/users' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "user@example.com",
"role": "Collaborator",
"office_id": "3042395e-1606-4393-be13-66b59c604863",
"password": "string"
}'{
"email": "user@example.com",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"message": "Invitation email was sent to user email and needs to be finished before first login.",
"role": "User"
}