cURL
curl --request POST \ --url https://api.pushcash.com/intent/{id}/approve \ --header 'Authorization: Bearer <token>'
This response does not have an example.
For intents which must be approved by the operator manually, approves the intent and posts the payment to the network.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The intent ID
Successful operation