Authorization: Bearer ********************curl --location --request PUT '/proxy-providers/update-sort' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"id": 1,
"sort": 2
},
{
"id": 2,
"sort": 1
},
{
"id": 3,
"sort": 3
},
{
"id": 4,
"sort": 5
},
{
"id": 5,
"sort": 4
},
{
"id": 6,
"sort": 6
}
]'{
"success": true,
"data": {
"result": 0,
"messages": [
"string"
]
},
"message": "string"
}