curl --request POST \
--url https://api.example.com/admin/ai/usage-types/filter \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"languageID": 1
}
'{
"success": true,
"data": "<unknown>"
}Gets the list of Usage Type.
curl --request POST \
--url https://api.example.com/admin/ai/usage-types/filter \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"languageID": 1
}
'{
"success": true,
"data": "<unknown>"
}