curl --location --request PUT 'https://rms.api.bbc.co.uk//my/music/favourites//' \
--header 'Authorization;' \
--header 'X-Authentication-Provider;' \
--header 'X-API-Key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"action": "string",
"added_at": "string",
"context": "string",
"meta_data": {
"key": "string"
}
}'{
"method": "string",
"replied_at": "string",
"schema": "string"
}