{
"live_chat": {
"is_active": true,
"is_show_avatar": true,
"name_agent_active": true,
"name_agent": "string",
"name": "string",
"is_popup": true,
"color": "string",
"icon": true,
"icon_content": "string",
"size": "string",
"location_desktop": "string",
"location_mobile": "string",
"top_margin_desktop": 0,
"bottom_margin_desktop": 0,
"left_margin_desktop": 0,
"right_margin_desktop": 0,
"top_margin_mobile": 0,
"bottom_margin_mobile": 0,
"left_margin_mobile": 0,
"right_margin_mobile": 0,
"start_btn": "string",
"is_introduce_message": true,
"introduce_message": "string",
"is_start_message": true,
"start_message": "string",
"is_offline_message": true,
"offline_message": "string",
"is_registerinfor": true
},
"registerinfo": [
{
"type": "string",
"name": "string",
"value": [
null
],
"required": true,
"is_active": true,
"is_default": true
}
]
}curl --location --request GET 'http://127.0.0.1:8000/api/fchat/' \
--header 'X-Auth-User-Id: 5c3c1840-fb62-11ed-a0c5-0242c0a80103' \
--header 'X-Auth-Email: tanpv9@fpt.com' \
--header 'Content-Type: application/json' \
--data-raw '{
"live_chat": {
"is_active": true,
"is_show_avatar": true,
"name_agent_active": true,
"name_agent": "string",
"name": "string",
"is_popup": true,
"color": "string",
"icon": true,
"icon_content": "string",
"size": "string",
"location_desktop": "string",
"location_mobile": "string",
"top_margin_desktop": 0,
"bottom_margin_desktop": 0,
"left_margin_desktop": 0,
"right_margin_desktop": 0,
"top_margin_mobile": 0,
"bottom_margin_mobile": 0,
"left_margin_mobile": 0,
"right_margin_mobile": 0,
"start_btn": "string",
"is_introduce_message": true,
"introduce_message": "string",
"is_start_message": true,
"start_message": "string",
"is_offline_message": true,
"offline_message": "string",
"is_registerinfor": true
},
"registerinfo": [
{
"type": "string",
"name": "string",
"value": [
null
],
"required": true,
"is_active": true,
"is_default": true
}
]
}'{}