curl --location --request POST 'http://learnifier.com/users' \
--header 'Content-Type: application/json' \
--data-raw '{
"displayName": "Jane Doe",
"externalId": "string",
"firstName": "Jane",
"hardLock": true,
"homeOrg": 1234,
"lastName": "Doe",
"locale": "en-US",
"primaryEmail": "jane.doe@example.com"
}'{
"userId": "81590981-1e05-4fd5-aa15-15bc4b06cf7f"
}