...
{ "data": 367086, "message": "Lead was created successfully", "status": 201 } |
4.0 Error Responses
Errors will be returns with a status `code` and `message`. Where applicable additional information will be provided in an `errors` array.
...
...
{ "data": 367086, "message": "Lead was created successfully", "status": 201 } |
4.0 Error Responses
Errors will be returns with a status `code` and `message`. Where applicable additional information will be provided in an `errors` array.
...