curl --request POST \
--url https://api.example.com/conjunction/filter \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"languageID": 1,
"page": 1,
"pageSize": 10
}
'{
"success": true,
"data": "<unknown>"
}Gets all conjunction types (e.g. but, and, because, etc.).
curl --request POST \
--url https://api.example.com/conjunction/filter \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"languageID": 1,
"page": 1,
"pageSize": 10
}
'{
"success": true,
"data": "<unknown>"
}