Authorization: Bearer ********************curl --location --request PUT 'https://test-api.bringthisfood.com/v1/alerts/mark/read' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
"string"
]
}'{
"success": true,
"statusCode": 200
}