Authorization: Bearer ********************{
"property1": "string",
"property2": "string"
}curl --location --request PUT 'http://192.168.13.244:9090/api/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"property1": "string",
"property2": "string"
}'"string"