Authorization: Bearer ********************curl --location --request POST '/ranking-keywords/update-order' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "keyword",
"order": 1,
"keyword_id": 123,
"ranking_group_id": 456,
"ranking_branch_id": 789
}'{
"status_code": 0,
"success": true,
"message": "string"
}