adminmember.curl --location --request POST 'https://dev.enrich.so/api/v3/teams/665e0b2f4a6d8c001abc1234/invitations' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "marco.silva@yourcompany.com",
"role": "member"
}'{
"success": true,
"data": {
"id": "665e2e7f4a6d8c001abc5001",
"email": "marco.silva@yourcompany.com",
"role": "member",
"status": "pending",
"expiresAt": "2025-07-03T15:00:00.000Z",
"createdAt": "2025-06-03T15:00:00.000Z"
}
}