curl --request POST \
--url https://app.aptlystar.ai/api/v1/org/{org_id}/users/create \
--header 'Content-Type: */*' \
--data '{
"email": "<string>",
"role": "<string>",
"projectIds": [
"<string>"
]
}'
curl --request POST \
--url https://app.aptlystar.ai/api/v1/org/{org_id}/users/create \
--header 'Content-Type: */*' \
--data '{
"email": "<string>",
"role": "<string>",
"projectIds": [
"<string>"
]
}'