curl --request POST \
--url https://api.example.com/admin/topic/detail \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"topicID": 1,
"languageID": 1
}
'{
"success": true,
"data": "<unknown>"
}Gets the details of topic
curl --request POST \
--url https://api.example.com/admin/topic/detail \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"topicID": 1,
"languageID": 1
}
'{
"success": true,
"data": "<unknown>"
}