x-token: ********************
{
"template_type": 1,
"key_word": "example",
"tag": "example",
"use_count": 10,
"title": "Example Title",
"front_color": "#000000",
"back_color": "#FFFFFF",
"description": "Example Description",
"cover_image": "https://example.com/cover.jpg",
"sort": 0,
"primary_scene": "Scene1",
"reply_title": "Example Reply Title",
"reply_content": "Example Reply Content",
"secondary_scene": [
"Scene2"
],
"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": 1,
"key_word": "example",
"tag": "example",
"use_count": 10,
"title": "Example Title",
"front_color": "#000000",
"back_color": "#FFFFFF",
"description": "Example Description",
"cover_image": "https://example.com/cover.jpg",
"sort": 0,
"primary_scene": "Scene1",
"reply_title": "Example Reply Title",
"reply_content": "Example Reply Content",
"secondary_scene": [
"Scene2"
],
"preview_images": [
"https://example.com/preview1.jpg",
"https://example.com/preview2.jpg"
]
}'
{}