Authorization: ********************{
"items": [
{
"id": 0,
"sort_order": 0
}
]
}curl --location --request PUT '/links/sort' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"items": [
{
"id": 0,
"sort_order": 0
}
]
}'{
"code": 0,
"data": null,
"message": "string"
}