curl --location --request PUT 'https://4sapi.com/api/token/?status_only' \
--header 'Authorization: {access_token}' \
--header 'New-Api-User: {user_id}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 7727,
"status": 1
}'{
"data": {
"id": 7727,
"user_id": 125251,
"key": "",
"status": 1,
"name": "",
"created_time": 1773905215,
"accessed_time": 1773909592,
"expired_time": 0,
"remain_quota": 0,
"unlimited_quota": false,
"model_limits_enabled": false,
"model_limits": "",
"allow_ips": null,
"used_quota": 3000000,
"group": "",
"cross_group_retry": false,
"DeletedAt": null
},
"message": "",
"success": true
}