Create Provider

POST {{baseUrl}}/mgmt/v2/providers

Request Body

{"category"=>"crm", "auth_type"=>"oauth2", "provider_name"=>"hubspot", "config"=>{"sync"=>{"period_ms"=>60000}, "oauth"=>{"credentials"=>{"oauth_client_id"=>"FILL THIS", "oauth_client_secret"=>"FILL THIS"}, "oauth_scopes"=>["id", "api", "refresh_token"]}, "provider_app_id"=>"FILL THIS"}}