curl --request POST \
--url https://api.mansafinance.co/api/v1/liquidity/utilization/drawdown-intent \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"intent_submission_id": "<string>",
"drawdown_id": "<string>",
"corridors": [
{
"corridor_id": "<string>",
"origin_country": "<string>",
"destination_country": "<string>",
"intent_code": "<string>",
"allocation_amount": "<string>",
"allocation_currency": "<string>",
"expected_settlement_at": "2023-11-07T05:31:56Z",
"additional_fields": {},
"routes": [
{
"route_id": "<string>",
"rail_type": "ONCHAIN.TRON",
"provider": "<string>",
"source_instrument": {
"type": "WALLET",
"id": "<string>"
},
"dest_instrument": {
"type": "WALLET",
"id": "<string>"
},
"source_currency": "<string>",
"dest_currency": "<string>",
"amount": "<string>",
"expected_eta": "<string>"
}
]
}
]
}'