templates_create Permission, Token Scope, Not has Restriction.templates_create_global Permission, Token Scope, Not has Restriction.Authorization: Bearer ********************curl --location --request POST 'https://api.temlittoral.com/api/v1/templates' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--data-urlencode 'name=test 2' \
--data-urlencode 'package_id=1' \
--data-urlencode 'is_global=0' \
--data-urlencode 'show_for_my_created=0' \
--data-urlencode 'publish=0' \
--data-urlencode 'bouquets[]=3' \
--data-urlencode 'bouquets[]=4'{
"id": 16,
"name": "test 2",
"is_global": false,
"show_for_my_created": false,
"publish": false,
"created_at": "2024-07-26 09:31:01",
"updated_at": "2024-07-26 09:31:01"
}