Authorization: Bearer ********************
curl --location --request PUT '/template/attribute/' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ name: "", type: "" }'
{}