X-Jicoo-Api-Key: ********************curl --location '/v1/organization_users/' \
--header 'X-Jicoo-Api-Key: <api-key>'{
"data": {
"userId": "string",
"name": "string",
"profileImage": "string",
"email": "user@example.com",
"color": "string",
"slug": "string",
"role": "owner",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
}