curl --location --request PUT '/api/groups/68ecd7153c62dddff8012a0c' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name":"This is the group 1 after updated",
"description":"this is the description of the group 1 after updated"
}'
{}