curl --request PATCH \
--url https://api.example.com/api/v1/status-pages/{statusPageId}/component-groups/reorder \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"orderedIds": [
"<string>"
],
"parentId": "<string>"
}
'