{
"sell_currency": "EUR",
"buy_currency": "EUR",
"sell_amount": 0,
"buy_amount": 0
}
curl --location --request POST 'https://open-fat.cb.paykka.com/api/v2/fx/conversion/preorder' \
--header 'X-Merch-Id: M24061911365700670' \
--header 'Content-Type: application/json' \
--data-raw '{
"sell_currency": "EUR",
"buy_currency": "EUR",
"sell_amount": 0,
"buy_amount": 0
}'
{
"order_no": "string",
"sell_currency": "string",
"buy_currency": "string",
"sell_amount": 0,
"buy_amount": 0,
"fx_rate": 0,
"expire_at": "2024-12-03T23:33:33Z"
}