Authorization: Bearer ********************
{
"name": "string",
"remain_quota": 0,
"expired_time": 0,
"unlimited_quota": true,
"model_limits_enabled": true,
"model_limits": "string",
"allow_ips": "string",
"group": "string"
}
curl --location --request POST 'https://zzzzapi.com/api/token/' \
--header 'new-api-user: 1' \
--header 'content-type: application/json' \
--data-raw '{
"name": "string",
"remain_quota": 0,
"expired_time": 0,
"unlimited_quota": true,
"model_limits_enabled": true,
"model_limits": "string",
"allow_ips": "string",
"group": "string"
}'
{}