curl --request POST \
--url https://api.devdraft.ai/api/v0/transfers/stablecoin-conversion \
--header 'Content-Type: application/json' \
--header 'x-client-secret: <api-key>' \
--data '
{
"walletId": "<string>",
"sourceNetwork": "<string>",
"sourceCurrency": "<string>",
"destinationCurrency": "<string>",
"amount": 123
}
'