curl --location --request POST 'https://api.msgport.xyz/v2/fee_with_options' \
--header 'Content-Type: application/json' \
--data-raw '{
"fromChainId": 701,
"fromAddress": "0xB83DfEF3e748cc2cb89Da1016fB39dDF86743602",
"toChainId": 11155111,
"toAddress": "0xB5B87E611C742118B7e6d998458d08BB7EC54867",
"message": "0x5b4ef819",
"ormp": {
"refundAddress": "0x6Bc9543094D17f52CF6b419FB692797E48d275d0"
}
}'