curl --location --request GET 'https://rms.api.bbc.co.uk//my/music/preferences/export/' \
--header 'Authorization;' \
--header 'X-Authentication-Provider;' \
--header 'X-API-Key;'{
"method": "string",
"replied_at": "string",
"results": [
{
"access_expires_at": "string",
"access_token": "string",
"add_plus_export": true,
"authorization_code": "string",
"last_export": "string",
"legacy_state": "string",
"partner_id": "string",
"refresh_token": "string",
"terms": true,
"vendor": "string"
}
],
"schema": "string",
"total": 0
}