THIS SITE IS UNDER CONSTRUCTION
curl --location --request POST 'https://api-core.deriv.com/v1/wallets/transfers/platforms' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
    "external_reference_id": "",
    "description": "test",
    "net_amount": 10,
    "currency": "USD",
    "direction": "from_wallet",
    "platform_name": "mt5",
    "platform_account_id": "MTD10000801058",
    "wallet_id": "3c0bbd69-f2d7-4d63-a56a-b4ed983d8500",
    "request_id": "05de1b28-f2e6-4d72-9db2-10147f52f795"
}'{
    "data": {
        "status": "TransferSuccessful"
    },
    "meta": {
        "endpoint": "/v1/wallets/transfers/platforms",
        "method": "POST",
        "timing": 4574
    }
}