curl --request POST \
--url https://api.example.com/admin/pairings/save \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"concatID": null,
"displayModeReleaseID": 123,
"imageGenreReleaseID": 123,
"originMediaID": 123,
"treatedMediaID": 123,
"editionID": 123,
"cacheEntryTypeID": 123,
"headlineIsmID": 123
}
'{
"success": true,
"data": "<unknown>"
}Save pairing.
curl --request POST \
--url https://api.example.com/admin/pairings/save \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"concatID": null,
"displayModeReleaseID": 123,
"imageGenreReleaseID": 123,
"originMediaID": 123,
"treatedMediaID": 123,
"editionID": 123,
"cacheEntryTypeID": 123,
"headlineIsmID": 123
}
'{
"success": true,
"data": "<unknown>"
}The access token received from the authorization server in the OAuth 2.0 flow.