{ "name": "string", "status": 0, "remark": "string" }
curl --location --request PUT 'http://127.0.0.1:10081/api/v1/groups/update/?2' \ --header 'Authorization: Bearer ' \ --header 'Content-Type: application/json' \ --data-raw '{ "name": "string", "status": 0, "remark": "string" }'
{}