curl --request POST \
--url https://api.example.com/ism/claim \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"ismCode": null,
"ismSlug": null,
"editionID": null,
"languageID": null
}
'{
"success": true,
"data": "<unknown>"
}Claims a pre-created ism (1-liner) as an ‘original’ and posts it on behalf of that iser as a concat. Isers on the platform create multi-line isms (concats), and isers can spot isms within the concats (the ones that they want to claim as isolated concats) and perform new original claims against those ones specifically.
curl --request POST \
--url https://api.example.com/ism/claim \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"ismCode": null,
"ismSlug": null,
"editionID": null,
"languageID": null
}
'{
"success": true,
"data": "<unknown>"
}