curl --location --globoff 'https://api.lootlocker.io/admin/organisation//name' \ --header 'x-auth-token: ' \ --header 'Content-Type: application/json' \ --data '{ "name": "Some Organisation" }'
{}