session: ********************New-Api-User: ********************Authorization: ********************New-Api-User: ********************{
"id": 0,
"user_id": 0,
"name": "string",
"key": "string",
"status": 0,
"expired_time": 0,
"remain_quota": 0,
"unlimited_quota": true
}curl --location --request PUT '/api/token/' \
--header 'New-Api-User: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"user_id": 0,
"name": "string",
"key": "string",
"status": 0,
"expired_time": 0,
"remain_quota": 0,
"unlimited_quota": true
}'