POST
    /api/groups/createGroup
  
  curl \
 --request POST 'http://api.example.com/api/groups/createGroup' \
 --header "Authorization: Bearer $ACCESS_TOKEN"
    curl \
 --request POST 'http://api.example.com/api/groups/createGroup' \
 --header "Authorization: Bearer $ACCESS_TOKEN"