x-auth-token: ********************
curl --location -g --request POST 'https://api.lootlocker.io/admin/v1/organisation//users' \
--header 'x-auth-token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Larry Lootlocker",
"email": "larry@lootlocker.com"
}'
{}