curl --request POST \
--url https://api.example.com/admin/explore-group/sequence \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"items": [
{
"id": 123,
"sequence": 123
}
]
}
'{
"success": true,
"data": "<unknown>"
}Explore groups set sequence.
curl --request POST \
--url https://api.example.com/admin/explore-group/sequence \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"items": [
{
"id": 123,
"sequence": 123
}
]
}
'{
"success": true,
"data": "<unknown>"
}