curl --request POST \
--url https://api.closebot.com/agency/invite \
--header 'Content-Type: application/json' \
--header 'X-CB-KEY: <api-key>' \
--data '
{
"invites": [
{
"email": "<string>",
"role": "<string>",
"sourceIds": [
"<string>"
]
}
]
}
'curl --request POST \
--url https://api.closebot.com/agency/invite \
--header 'Content-Type: application/json' \
--header 'X-CB-KEY: <api-key>' \
--data '
{
"invites": [
{
"email": "<string>",
"role": "<string>",
"sourceIds": [
"<string>"
]
}
]
}
'