Authorization: Bearer ********************
{ "group_id": 0 }
curl --location 'http://127.0.0.1:3000/set_group_leave' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "group_id": 0 }'
{}