cURL
curl --request POST \ --url https://api.brewit.money/automation/agents/operations \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "Test Job ", "repeat": 5000, "times": 1, "task": "send", "payload": { "transfers": [ { "token": "0xc2132D05D31c914a87C6611C10748AEb04B58e8F", "to": "0x958543756A4c7AC6fB361f0efBfeCD98E4D297Db", "amount": "0.001" } ] } }'
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes
{ "transfers": [ { "token": "0xc2132D05D31c914a87C6611C10748AEb04B58e8F", "to": "0x958543756A4c7AC6fB361f0efBfeCD98E4D297Db", "amount": "0.001" } ]}