curl --request POST \
--url https://api.example.com/admin/explore-group/styles \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"exploreGroupID": 123
}
'{
"success": true,
"data": "<unknown>"
}Get the exploregroup style
curl --request POST \
--url https://api.example.com/admin/explore-group/styles \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"exploreGroupID": 123
}
'{
"success": true,
"data": "<unknown>"
}