curl --location --request GET 'https://rms.api.bbc.co.uk//radio/popular' \
--header 'X-API-Key;'{
"$schema": "string",
"limit": 0,
"offset": 0,
"results": [
{
"data": {
"pid": "string",
"type": "brand_summary"
},
"id": "string",
"score": 0,
"type": "string"
}
],
"total": 0
}