PUT request to add a new location category.
The identifier for the newly added location category is included in the JSON object returned as the response or update the location category that matches the in the JSON object included in the HTTP body.
The details for the location category in a JSON object included in the HTTP body.
Ensure you set the content-type of the request body to “application/json;charset=UTF-8”.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.