admin-authorization: ********************curl --location -g --request GET 'http://127.0.0.1:5678/api/admin/app/type/sort?ids=[1,2,3,4]&sorts=[1,2,3,4]' \
--header 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHBpcmVkIjoxNzI5MTQ2NzQzLCJ1c2VyX2lkIjo0fQ.Rhk2XHTo-x55Ry2zHfcE2M9XcgdFo1DkTPDhhwg8Bk4' \
--header 'admin-authorization: <api-key>'{
"code": 0,
"data": "string",
"message": "string"
}