curl --location --request POST '/api/providers?name=MyFirstEnvironment' \ --form 'name=""' \ --form 'profile[address]="www.google.com"' \ --form 'type="webhook"'
{}