curl --location --request POST '/openai/v1/vpr/checkText' \
--header 'x-vai-token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"channel": "string",
"fileId": "string",
"encryptText": "string",
"textType": 0,
"bizType": 0,
"checkType": 0
}'