curl --location --request POST '/openai/v1/oauth/token/refresh' \ --header 'x-vai-token;'
{ "code": 0, "msg": "string", "rid": "string", "data": { "token": "string", "expire": 0 } }