curl --location --request GET 'https://rms.api.bbc.co.uk//my/programmes/recommendations?rights=' \
--header 'Authorization;' \
--header 'X-API-Key;'{
"$schema": "string",
"limit": 0,
"offset": 0,
"results": [
{
"pid": "string",
"type": "brand_summary"
}
],
"total": 0
}