x-token: ********************
{
"template_type": 2,
"key_word": "example222",
"tag": "example",
"title": "Example Title",
"front_color": "#000000",
"back_color": "#FFFFFF",
"html": "<html></html>",
"url": "https://example.com",
"description": "Example Description",
"cover_image": "https://example.com/cover.jpg",
"sort": 1,
"primary_scene": "Scene1",
"secondary_scene": [
"Scene2"
],
"json_data": {
"key": "value"
},
"preview_images": [
"https://example.com/preview1.jpg",
"https://example.com/preview2.jpg"
]
}
curl --location --request POST 'http://api.testagent.mumamail.com/user/editQrCodeTemplate' \
--header 'Content-Type: application/json' \
--header 'x-token;' \
--data-raw '{
"template_type": 2,
"key_word": "example222",
"tag": "example",
"title": "Example Title",
"front_color": "#000000",
"back_color": "#FFFFFF",
"html": "<html></html>",
"url": "https://example.com",
"description": "Example Description",
"cover_image": "https://example.com/cover.jpg",
"sort": 1,
"primary_scene": "Scene1",
"secondary_scene": [
"Scene2"
],
"json_data": {
"key": "value"
},
"preview_images": [
"https://example.com/preview1.jpg",
"https://example.com/preview2.jpg"
]
}'
{}