curl --location --request PUT '/api/token/batch' \
--header 'new-api-user: 1' \
--header 'Authorization;' \
--header 'content-type: application/json' \
--data '{ // sample texttoken id,sample texttoken id "ids": [ 873, 869 ], // sample text,sample text "group": "default", // sample text,sample text,sample text-1,sample text "expired_time": 1776410923, // sample text "remain_quota": 0, // sample text,sample texttrue sample text "unlimited_quota": true, // sample textmodelsample text,sample text "model_limits": "gpt-4o,gpt-4o-2024-11-20", // sample textmodelsample text "model_limits_enabled": true, // sample text "allow_ips": "192.168.1.1", // sample textMidjourney sample textimagesample text "mj_image_mode": "origin", // sample textimagesample text:sample textimagesample text <(proxy) imagesample text(sample text,sample text)>sample text "mj_custom_proxy": "", // sample text,sample text "update_fields": [ "group", "expired_time", "remain_quota", "unlimited_quota", "model_limits", "allow_ips", "mj_image_mode", "mj_custom_proxy" ] }'