curl --request POST \
--url https://nimbussuite.com/api/v1/organizations/members \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"orgId": "<string>",
"email": "[email protected]"
}
'{
"message": "<string>"
}curl --request POST \
--url https://nimbussuite.com/api/v1/organizations/members \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"orgId": "<string>",
"email": "[email protected]"
}
'{
"message": "<string>"
}Was this page helpful?