curl --location '/v4/api/invites/'{
"invites": [
{
"id": "string",
"accountId": "string",
"email": "string",
"role": "ADMIN",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z",
"inviter": {
"id": "string",
"name": "string"
}
}
]
}