curl --request POST \
--url https://api.onbeam.io/swap/request-otp \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"quoteId": "<string>"
}
'{
"otpSent": true
}curl --request POST \
--url https://api.onbeam.io/swap/request-otp \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"quoteId": "<string>"
}
'{
"otpSent": true
}