curl --request POST \
--url https://api.example.com/news/ism/attach \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"ismConcatID": 123,
"newsID": 123
}
'{
"success": true,
"data": "<unknown>"
}Attach news articles to ism.
curl --request POST \
--url https://api.example.com/news/ism/attach \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"ismConcatID": 123,
"newsID": 123
}
'{
"success": true,
"data": "<unknown>"
}