User Info
Check Credits
http
curl --location --request POST 'https://api.vmodel.ai/api/users/v1/account/credits/left' \
--header 'Authorization: Bearer $API_TOKEN' \
--header 'Content-Type: application/json' \
--data '{}'
json
{
"code": 200,
"result": 99986.55269,
"message": {
"en": "OK",
"zh": "请求成功"
}
}