通过Gradle运行任务运行 curl --location --request POST 'http://localhost:8080/api/ok' \ --header 'Content-Type: application/json' \ --data-raw '{ "payload" : { "someString" : "test" } }' :thumbs_up: -工作 curl --location --request POST 'http://localhost:8080/api/fail' \ --header 'Content-Type: application/json' \ --data-raw '{ "nested" : { "payload" : { } } }' :bomb: -看着它死 org.sda