Getting Error in POST request

error in POST request while testing in postman
{
"message": [
"property customer should not exist",
"property phoneNumberId should not exist",
"property phoneNumber should not exist",
"property assistantOverride should not exist"
],
"error": "Bad Request",
"statusCode": 400
}
Was this page helpful?