{
"description": "Reposta field 1",
"htmlDescription": "Reposta field 1",
"field": {
"id": 1
},
"report": {
"id": 1
},
"userCreated": {
"id": 1
}
}curl --location --request POST 'https://prod.your-api-server.com/api/v1/answer' \
--header 'Authorization: {{auth_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"description": "Reposta field 1",
"htmlDescription": "Reposta field 1",
"field": {
"id": 1
},
"report": {
"id": 1
},
"userCreated": {
"id": 1
}
}'{"id":1001,"description":"pergunta ou resposta12","field":{"id":1},"report":{"id":7},"userCreated":{"id":-1},"userChanged":{"id":null},"userDeleted":{"id":null},"dateHourCreated":"2018-08-03T15:24:46.750Z","dateHourChanged":"2018-08-03T15:24:46.750Z"}