curl --location --request PUT 'http://10.101.252.154:9060/api/Brand/501263585487' \
--header 'Accept: application/json' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: text/plain' \
--data-raw '{
"id": "501263585487",
"name": "From Postman1",
"isDefault": "True"
}'
{}