curl --location --request POST 'https://router.shengsuanyun.com/api/v1/tokenization' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "string",
"input": "string",
"auto_route": true,
"supplier": "DeepSeek"
}'
{
"tokens": [
"string"
]
}