curl --location --request DELETE 'https://rms.api.bbc.co.uk//my/categories/follows' \
--header 'Authorization;' \
--header 'X-API-Key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"category_id": "string",
"platform": "responsiveweb"
}'{}