curl --location 'https://api.kabonshare.com/api/team//team/invite' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "user@example.com",
"scopes": [
"string"
],
"role": "string"
}'{
"status": true,
"message": "string",
"data": {}
}