Unsupported media type. This typically occurs when you request data in the wrong format, such as text/xml when the API can only exchange application/json data.
This sample 415 error indicates that text format was used instead of JSON:
{
"type": "https://problems.luna.akamaiapis.net/-/resource-impl/forward-origin-error",
"title": "Unsupported Media Type",
"status": 415,
"instance": "https://akab-6k5ovvrobmo7h5e2-vf7uvomu7olzqlwf.luna.akamaiapis.net/identity-management/v3/user-admin/ui-identities",
"method": "POST",
"serverIp": "104.77.229.69",
"clientIp": "71.192.111.20",
"requestId": "46d8d49f",
"requestTime": "2023-03-01T18:47:07Z"
}