Authorization: Bearer ********************{
"id": 0,
"customerCode": "string",
"name": "string",
"phone": "string",
"remark": "string"
}curl --location --request POST 'https://main-data-api.pengbocloud.com/customer/user/save-or-update' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"customerCode": "string",
"name": "string",
"phone": "string",
"remark": "string"
}'{
"code": 200,
"data": null,
"msg": "success"
}