curl --request POST \
--url https://api.example.com/conjunction/propose \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"title": "<string>",
"languageID": 123,
"concatCode": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'{
"success": true,
"data": "<unknown>"
}The new one would be in ‘Pending’ status for us to review, please return back a new conjunction type ID value, so the user can keep moving forward in the ism creation process. Please limit a user to proposing up to 5 new items per day.
curl --request POST \
--url https://api.example.com/conjunction/propose \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"title": "<string>",
"languageID": 123,
"concatCode": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'{
"success": true,
"data": "<unknown>"
}