currencyFrom, currencyTo) should be provided as uppercase tickers.lockId.lockId, exchange amount, and target currency pair. The system validates the request structure and immediately returns a unique transactionId.successful or unsuccessful):transactionId or your externalId.200 OK response indicates that the request was successfully queued. Always verify the final outcome via webhooks or by querying Retrieve Exchange Details.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": "DOGE",
"currencyTo": "EUR",
"lockId": "9c61a20a-824c-4025-827b-d4b7dd0de826"
}'{
"transactionId": "3f0aeaa7-1177-4d77-9985-0cb987809801"
}