Warning, /pim/libkgapi/autotests/people/data/contactgroup3_create_request.txt is written in an unsupported language. File is not indexed.

0001 POST https://people.googleapis.com/v1/contactGroups?prettyPrint=false
0002 Host: people.googleapis.com
0003 Content-Type: application/json
0004 
0005 {
0006   "contactGroup": {
0007     "name": "test300",
0008     "clientData": [
0009       {
0010         "key": "Key one",
0011         "value": "Value one"
0012       }
0013     ]
0014   },
0015   "readGroupFields": "clientData,groupType,metadata,name"
0016 }