curl --location --request GET 'https://rms.api.bbc.co.uk//categories/' \
--header 'X-API-Key;'{
"$schema": "string",
"limit": 0,
"offset": 0,
"results": [
{
"category_type": "string",
"child_categories": [
{
"category_type": "string",
"child_categories": [
{}
],
"depth": 0,
"id": "string",
"pip_id": "string",
"title": "string",
"type": "string",
"url_key": "string"
}
],
"depth": 0,
"id": "string",
"pip_id": "string",
"title": "string",
"type": "string",
"url_key": "string"
}
],
"total": 0
}