curl --request POST \
--url https://api.example.com/admin/category/parent-categories \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"languageID": 123
}
'{
"success": true,
"data": "<unknown>"
}Gets the list of Parent category
curl --request POST \
--url https://api.example.com/admin/category/parent-categories \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"languageID": 123
}
'{
"success": true,
"data": "<unknown>"
}