curl --location --request GET 'https://prod.your-api-server.com/api/ad-ops/v2/categories/b6241f6d-8398-4283-ba6b-6d9c2a86ee2b' \
--header 'x-api-key: <api-key>'{
"data": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"locales": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"locale": "en",
"value": "string",
"slug": "string"
}
],
"updated_at": "2019-08-24T14:15:22Z",
"inserted_at": "2019-08-24T14:15:22Z",
"deleted_at": "2019-08-24T14:15:22Z"
}
}