How to create type of transfer etherium from one address to other address

hi all, i am new to build etherium API. i have question about how to create or json format for transfer etherium using infura ? because this is example request from my front end

{
    "id": "Some id",
    "type": "sign_transfer",
    "from_address": "ETH address",
    "to_address": "ETH address",
    "amount": "Amount as string"
}

so i need to convert become infura transaction format. any idea for that ? this is for development format

regards,

Fuad

Hi @yuhu_yuhu - welcome to the Infura community! This Medium article gives you a step-by-step for transferring Ether using Infura and Web3; that should be a good starting point. Let us know if you need additional help!