curl --location -g --request PUT 'http:///groups/' \ --header 'Content-Type: application/json' \ --data-raw '{ "subject": "<New Group Subject>" }'
{}