curl --location '/.netlify/functions/qr-render-background' \ --header 'Content-Type: application/json' \ --data '{ "url": "http://example.com" }'
{ "status": "complete", "httpStatus": 100, "bodySize": 0, "message": "string" }