curl --request GET \
--url https://api.hubapi.com/feature-flags/v3/{appId}/flags/all \
--header 'Authorization: Bearer <token>'{
"flagsForApp": [
"<string>"
]
}curl --request GET \
--url https://api.hubapi.com/feature-flags/v3/{appId}/flags/all \
--header 'Authorization: Bearer <token>'{
"flagsForApp": [
"<string>"
]
}