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