curl --location --request POST 'https://4sapi.com/api/token/' \
--header 'Authorization: {access_token}' \
--header 'New-Api-User: {user_id}' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "4sapi",
"expired_time": 1769280706264,
"remain_quota": 18980,
"unlimited_quota": false,
"model_limits_enabled": true,
"model_limits": "gpt-5.4",
"group": "Gpt-codex",
"cross_group_retry": false
}'{
"message": "",
"success": true
}