templates_showPermission, Token Scope, Not has Restriction.Authorization: Bearer ********************curl --location --request GET 'https://api.temlittoral.com/api/v1/templates/' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'{
"id": 1,
"name": "test 2",
"is_global": false,
"show_for_my_created": false,
"publish": false,
"package_id": 1,
"created_by_id": 1,
"created_at": "2024-07-26 10:21:44",
"updated_at": "2024-07-26 10:21:44"
}