curl --location -g --request POST '/sys/client/saveClient?addressAreaCode&fields[source]=&fields[category]&fields[sales]&fields[designer]&fields[level]=&fields[startTime]&fields[enterpriseClient]=&fields[demand]&fields[clientName]&fields[plot]&fields[phone]&fields[followUpStatus]&fields[clientStatus]&fields[delivery]&fields[createName]&fields[createTime]&fields[district]&fields[address]&fields[custom_1]=' \
--header 'fmfauthorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6IjYzOTc0YzdkLTNjZDUtNGQxZC04MDhmLTIyYzFlNjlhOGEzZiJ9.jNJ966JRnICGE7oYZ6xnQe9Tok4ASOoJGk9Zv6E4ThXbvl2JBsBdlA2HatIJOkRvqc835trMfvHGqW5OwbInkA' \
--header 'Content-Type: application/json' \
--data-raw '{
"fields": {
"houseStatus": "string",
"houseType": "string",
"fitmentStatus": "string",
"completionTime": "string"
}
}'