X-Jicoo-Api-Key: ********************{
"email": "user@example.com",
"role": "owner"
}curl --location --request POST '/v1/organization_invitations' \
--header 'X-Jicoo-Api-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "user@example.com",
"role": "owner"
}'{
"data": {
"id": 1,
"email": "user@example.com",
"role": "owner",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
}