[
{
"id": 0,
"sort": 0
}
]
curl --location --request POST '/pj/deal-major/sort' \
--header 'project-id: {{project-id}}' \
--header 'group-code: {{group-code}}' \
--header 'token: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"id": 0,
"sort": 0
}
]'
{}