quoteId parameter to the body, and optionally supply the callbackUrl, walletAddressLocked and externalSessionId. The quote will not automatically refresh and if it expires, the user needs to close the window and start over.curl --location --request POST 'https://api.vortexfinance.co/v1/session/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"quoteId": "my-quote-id",
"externalSessionId": "my-session-id",
"callbackUrl": "https://www.example.com/",
"walletAddressLocked": "0x00000000000000000000000000000000"
}'{
"url": "string"
}