curl --request POST \
--url https://api.qclawrouter.com/v1/rerank \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"model": "rerank-v3.5",
"query": "<string>",
"documents": [
"<string>"
],
"top_n": 123
}
'