curl --request POST \
--url https://api.example.com/admin/conjunction/pending \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"languageID": null
}
'{
"success": true,
"data": "<unknown>"
}Listing conjunctions that are pending, awaiting approval
curl --request POST \
--url https://api.example.com/admin/conjunction/pending \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"languageID": null
}
'{
"success": true,
"data": "<unknown>"
}