Request
Body Params application/json
{
"extra_fields": {
"text-918": "Tấn",
"tel-185": "0974398219",
"text-919": "Hà nội",
"ten_goi": "Gói GIGA",
"gia_goi": "200.000"
}
}
Request Code Samples
curl --location --request POST 'http://127.0.0.1:8000/fchat/contact-form-website/' \
--header 'origin: http://localhost:3000' \
--header 'Content-Type: application/json' \
--data-raw '{
"extra_fields": {
"text-918": "Tấn",
"tel-185": "0974398219",
"text-919": "Hà nội",
"ten_goi": "Gói GIGA",
"gia_goi": "200.000"
}
}'
Responses
application/json Modified at 2024-07-25 06:45:23