x-token: ********************
{
"id": 1,
"title": "Example QR Code11111",
"tag": "example",
"qr_code_template_id": 10,
"qr_code_type": 1,
"link_url": "https://example.com",
"front_color": "#000000",
"back_color": "#FFFFFF",
"reply_email": "example@example.com",
"reply_title": "Example Reply Title",
"reply_content": "Example Reply Content",
"json_data": "{}",
"html": "<html></html>",
"url": "https://example.com/landing",
"is_form": 1
}
curl --location --request POST 'http://api.testagent.mumamail.com/user/editQrCode' \
--header 'Content-Type: application/json' \
--header 'x-token;' \
--data-raw '{
"id": 1,
"title": "Example QR Code11111",
"tag": "example",
"qr_code_template_id": 10,
"qr_code_type": 1,
"link_url": "https://example.com",
"front_color": "#000000",
"back_color": "#FFFFFF",
"reply_email": "example@example.com",
"reply_title": "Example Reply Title",
"reply_content": "Example Reply Content",
"json_data": "{}",
"html": "<html></html>",
"url": "https://example.com/landing",
"is_form": 1
}'
{}