checker_approval flag activated.Authorization: Bearer ********************curl --location --request GET 'https://api.cobre.co/v1/money_movement_approvals' \
--header 'Authorization: Bearer <token>'{
"total_items": 0,
"total_pages": 1,
"is_last_page": false,
"page_items": 50,
"contents": {
"id": "mma_0123456789",
"mm_id": "mm_0123456789",
"batch_id": "bat_0123456789",
"status": {
"decision": "approved",
"description": "Approved by directors.",
"approvers": [
"f.alonso@cobre.co"
]
},
"created_at": "2024-06-16T19:37:24Z",
"updated_at": "2024-06-16T19:37:24Z"
}
}