Authorization: Bearer ********************{
"name": "string",
"email": "user@example.com",
"message": "string",
"type": "POSITIVE",
"status": "PENDING",
"priority": "LOW"
}curl --location --request POST 'http://localhost:4002/rest/v1/feedback' \
--header 'X-Nexus-Key: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"email": "user@example.com",
"message": "string",
"type": "POSITIVE",
"status": "PENDING",
"priority": "LOW"
}'{
"id": "string",
"name": "string",
"email": "user@example.com",
"message": "string",
"type": "POSITIVE",
"status": "PENDING",
"priority": "LOW",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}