Authorization: Bearer ********************{
"text": "Demo Example",
"attentionMerchant": "Yes"
}curl --location --request POST '/api/ticket/<id>/response' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"text": "Demo Example",
"attentionMerchant": "Yes"
}'{
"id": 1,
"text": "Demo Example",
"attentionMerchant": "Yes",
"creator": {
"id": 1
},
"createdOn": "2021-06-16 17:08:52"
}