cURL
curl --request PUT \ --url https://api.base39.io/v1/workflows/{workflow}/run \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '"any"'
"any"
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID do workflow
Pode ser qualquer valor, incluindo null.
null
Ok