Authorization: Bearer ********************
{
"id": "5e9c146d-b8a1-4234-9644-6dda310804f8"
}
curl --location --request POST '/gcs/warn/read' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "5e9c146d-b8a1-4234-9644-6dda310804f8"
}'
{
"msg": "string",
"code": 0
}