GET
/brand-config/versions
curl \
--request GET 'http://api.example.com/brand-config/versions' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"versions": [
{
"version": 42,
"config": {},
"created_at": "string"
}
]
}