These APIs allow you to run maps or flows that have URLs specified for them in the
package definition.
PUT /v2/run/url
Synchronously run a map or flow whose package has been started. The result contains the
data of each output card that was set as a REST output for a map, or each flow output terminal
defined for a flow.
POST /v2/run/url
This API asynchronously runs a map or flow whose package has been started.