checker_approval flag.Please keep in mind that a money movement can only be approved once.
Authorization: Bearer ********************curl --location --request POST 'https://api.cobre.co/v1/money_movement_approvals//decision' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"decision": "approved",
"description": "Approved by Directors.",
"approvers": [
"f.alonso@cobre.co"
]
}'{
"id": "mma_0123456789",
"mm_id": "mm_0123456789",
"batch_id": "bat_0123456789",
"status": {
"decision": "pending",
"description": "Approved by Directors.",
"approvers": [
"f.alonso@cobre.co"
]
},
"created_at": "2024-06-16T19:37:24Z",
"updated_at": "2024-06-16T19:37:24Z"
}