我正在linux box调用上运行下面的curl commmand,以从现服务api获取响应
message = "Validation did not pass: notNull Violation: invoice.clientEmail cannot be null"
name = "BadRequestError"
stack = "BadRequestError: Validation did not pass: notNull Violation: invoice.clientEmail cannot be null\n at module.exports (/home/XXXX/create-new-invoice.js:109:33)"
输出:
command : [user1@slave-1 ~]$ curl -X GET -U user https://[instance].service-now.com/api/now/table/incident?sysparm_query=8yy7a26c2d7d8578900110d6e6d12e79
我在这里想念什么?