curl --request POST \
--url https://api.pushcash.com/intent/{id}/approve \
--header 'Authorization: Bearer <token>'{}For intents which must be approved by the operator manually, approves the intent and posts the payment to the network.
curl --request POST \
--url https://api.pushcash.com/intent/{id}/approve \
--header 'Authorization: Bearer <token>'{}