I created a message and it showed up. After I clicked Dismiss button and it disappeared.
The problem is when I create new message again with
{
"resource_feedback": {
"state": "requires_action",
"messages": [
"Fifth Test."
],
"feedback_generated_at":"2022-03-08T03:00:26.926619Z"
}
}
and the response is 202
{
"resource_feedback": {
"created_at": "2022-03-08T10:41:23+02:00",
"updated_at": "2022-03-08T12:24:09+02:00",
"resource_id": 55767040187,
"resource_type": "Shop",
"resource_updated_at": null,
"messages": [
"Fifth Test."
],
"feedback_generated_at": "2022-03-08T05:00:26+02:00",
"state": "requires_action"
}
}
There is no message showing up anymore. Is the anything I miss in the process?