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”.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.