announcements_update Permission, Token Scope, Not has Restriction.Authorization: Bearer ********************curl --location --request PUT 'https://api.temlittoral.com/api/v1/announcements/' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--data-urlencode 'title=Test Annonce UP' \
--data-urlencode 'content=Html allow and cleared UP' \
--data-urlencode 'color={{$color.rgb}}' \
--data-urlencode 'show_in_modal=1' \
--data-urlencode 'roles[]=1' \
--data-urlencode 'roles[]=2'{
"id": 1,
"title": "Test Annonce UP",
"content": "<p>Html allow and cleared UP</p>",
"published_at": null,
"show_in_modal": true,
"created_at": "2024-10-23 09:13:41",
"updated_at": "2024-10-23 11:26:23"
}