curl --request POST \
--url https://api.bridge.xyz/v0/customers/{customerID}/batch_settlement_schedules \
--header 'Api-Key: <api-key>' \
--header 'Content-Type: application/json' \
--header 'Idempotency-Key: <idempotency-key>' \
--data '
{
"destination": {
"currency": "dai",
"payment_rail": "ach",
"external_account_id": "<string>",
"bridge_wallet_id": "<string>",
"wire_message": "<string>",
"sepa_reference": "<string>",
"swift_reference": "<string>",
"spei_reference": "<string>",
"reference": "<string>",
"swift_charges": "our",
"ach_reference": "<string>",
"blockchain_memo": "<string>",
"deposit_id": "<string>"
}
}
'