curl --location --request GET 'http://127.0.0.1:8000/api/v2/notices/1' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {{token}}'
{
"status": "string",
"message": "string",
"data": {
"id": 0,
"title": "string",
"content": "string",
"created_at": "string"
},
"time": 0
}