curl --request POST \
--url https://api.example.com/explore-group/save \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"title": "<string>",
"languageID": 123,
"editionID": 123,
"isFeatured": true,
"sequence": 123,
"fallbackCategoryID": 123
}
'{
"success": true,
"data": "<unknown>"
}Saving new Explore Group with no items to at them later.
EntityTypeID: (int)
1 = Category: Category to be added.2 = Topic: Topic to be added.5 = Word: Word to be added.6 = Iser: Iser to be added.EntityID: (int)
curl --request POST \
--url https://api.example.com/explore-group/save \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"title": "<string>",
"languageID": 123,
"editionID": 123,
"isFeatured": true,
"sequence": 123,
"fallbackCategoryID": 123
}
'{
"success": true,
"data": "<unknown>"
}The access token received from the authorization server in the OAuth 2.0 flow.