Authorization: Bearer ********************curl --location --request POST 'https://api.cobre.co/v1/money_movement_schedulers' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"alias": "Scheduler to Payments",
"schedule_pattern": "0/1 * * * ? *",
"account_source_ids": [
"acc_DIID00Wxkc"
],
"destination_id": "cp_ZHge1gob62",
"amount": 100,
"description": "my description",
"checker_approval": false
}'{
"id": "mms_Y0rc0nngKOgojG",
"creator": "cli_vdke2laqnj_146",
"alias": "Scheduler to Payments",
"amount": 100,
"description": "my description",
"active_status": true,
"schedule_pattern": "0/1 * * * ? *",
"account_source_ids": [
"acc_DIID00Wxkc"
],
"destination_id": "cp_ZHge1gob62",
"created_at": "2025-12-01T05:17:07Z",
"updated_at": "2025-12-01T05:17:07Z",
"checker_approval": false
}