curl --location --request POST 'https://rms.api.bbc.co.uk//my/plays' \
--header 'Authorization;' \
--header 'X-API-Key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"action": "started",
"elapsed_time": 0,
"pid": "string",
"resource_type": "episode",
"version_pid": "string"
}'{}