lockId. This ID is mandatory to execute the exchange at the locked rate.lockId, amount, and currency pair. The system reserves funds and immediately returns an exchangeId.COMPLETED or FAILED):exchangeId.curl --location 'https://stage-api.fintegence.io/v1/partner/exchange' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"amount": 10,
"currencyFrom": "eth",
"currencyTo": "eur",
"lockId": "ee7b2f0f-0ffb-4fce-8fb3-66db2ca1f461"
}'{
"exchangeId": "3f0aeaa7-1177-4d77-9985-0cb987809801"
}