cURL
curl --request POST \ --url https://api.togai.com/invoices/bill_runs \ --header 'Authorization: Bearer <token>'
{ "success": true }
Create a bill run job request
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Specifies whether to start a migration only after a confirmation
false
OK
The response is of type object.
object