POST /oauth/token withgrant_type=managed_user.username:passwordAuthorization: Basic *****************curl --location 'https://api.synci.io/managed/v1/users' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "user@example.com",
"external_user_id": "string",
"name": "string",
"connection_limit": 0
}'{}