Score:0

Trying to test an API endpoint and got this 500 network error? Could it be the body or the proxy?

ca flag

POST http://localhost:8080/create-customer 500 31 ms Network Request Headers Content-Type: application/json User-Agent: PostmanRuntime/7.29.0 Accept: / Postman-Token: b3fd4065-adc5-4a1d-9e02-d89d1d19e52a Host: localhost:8080 Accept-Encoding: gzip, deflate, br Connection: keep-alive Content-Length: 137 Request Body Response Headers Content-Type: application/json Transfer-Encoding: chunked Date: Fri, 18 Feb 2022 14:35:50 GMT Connection: close Response Body

Curl curl --location --request POST 'localhost:8080/create-customer'
--header 'Content-Type: application/json'
--data-raw '{ "customers": [ { "cpf_cnpj": "48682187949" }, { "cpf_cnpj": "87957035949" } ] }'

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.