curl --request POST \
--url https://api.example.com/admin/EditionsIds \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"languageID": 123,
"entityType": 123
}
'{
"success": true,
"data": "<unknown>"
}Get all Editions where verb and conjunctions are proposed.
curl --request POST \
--url https://api.example.com/admin/EditionsIds \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"languageID": 123,
"entityType": 123
}
'{
"success": true,
"data": "<unknown>"
}