Authorization: Bearer ********************curl --location 'https://api.cobre.co/v1/change_mm_state' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"money_movement": "mm_acJLYGN3l5jpS7",
"status": "completed"
}'