Authorization: Bearer ********************
{
"id": "d90effcc-6080-4631-bc29-02c93730b352"
}
curl --location --request POST '/business/process/markRead' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "d90effcc-6080-4631-bc29-02c93730b352"
}'
{
"msg": "string",
"code": 0
}