Generate a QR code as a base64 image. Simple QR Codes and custom generation with colors.
QRCode API Rest Service. Get a base64 png image
{ "success": boolean, "qrcode": string, "size": { "width": integer, "height": integer } }
{ "success": boolean, "error": text }