curl --location --request PATCH 'https://api.lootlocker.io/admin/game/2/assets/templates/37' \
--header 'Content-Type: application/json' \
--header 'x-auth-token;' \
--data-raw '{
"name": "A template that now has data",
"data": [
{
"key": "A fourth key",
"value": "A value"
},
{
"key": "A first key",
"value": "A first value"
}
]
}'
{}
x-auth-token: ********************