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