curl --location --request GET 'http://dev-cn.your-api-server.com/rest/v1/brand-templates//dataset' \
--header 'Authorization: Bearer {token}'
{
"dataset": {
"cute_pet_image_of_the_day": {
"type": "image"
},
"cute_pet_witty_pet_says": {
"type": "text"
}
}
}