Your basket is currently empty!
POST https://qrverse3.p.rapidapi.com/generate/location
Content-Type: application/json
x-rapidapi-host: qrverse3.p.rapidapi.com
x-rapidapi-key: [YOUR_API_KEY]
{
"latitude": "37.7749",
"longitude": "-122.4194",
"qrColor": "#800080",
"backgroundColor": "#FFC0CB"
}
{
"qrCodeSvg": "SVGCode"
}