curl --location --request POST 'https://pruebas.elmomento.io/integrations/deposit_orders/' \
--form 'email=""' \
--form 'amount=""' \
--form 'external_order_id=""' \
--form 'image=@""' \
--form 'notes=""' \
--form 'bank_name=""' \
--form 'is_usd=""'{
"id": "a1b2c3d4-e5f6-7890-1234-567890abcdef",
"provider_user": 1,
"amount": "100.00",
"country": "DO",
"status": "pending",
"exchange_rate": "58.5000000",
"bank_ref": "REF-98765",
"external_order_id": "ORD-ABCDE",
"created_date": "2024-01-01T12:00:00Z",
"modified_date": "2024-01-01T12:00:00Z"
}