curl --location --request POST 'https://partner-api-stage.p100.io/v1/exchange' \
--header 'Content-Type: application/json' \
--header 'x-api-key;' \
--data-raw '{
"sourceExternalUserId": "75a1d530-3c12-44e8-a23a-0241b9e73c87",
"amount": 1,
"currencyFrom": "eur",
"currencyTo": "eth",
"lockId": "e850ae7b-b416-4991-a8e1-1811e6c77e18"
}'
{
"exchangeId": "3f0aeaa7-1177-4d77-9985-0cb987809801"
}