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