curl --location '/v4/api/contacts/' \
--header 'Authorization: Bearer <token>'{
"id": "string",
"accountId": "string",
"name": "string",
"email": "string",
"phoneNumber": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}