curl --request POST \
--url https://api.example.com/news/concat/detach \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"concatCode": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"newsID": 123
}
'{
"success": true,
"data": "<unknown>"
}Remove news articles from concat
curl --request POST \
--url https://api.example.com/news/concat/detach \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"concatCode": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"newsID": 123
}
'{
"success": true,
"data": "<unknown>"
}