curl --location --request PUT 'http://localhost:1337/api/master/countries/id' \ --header 'Content-Type: application/json' \ --data-raw '{ "name": "united states of america", "code": "usa" }'
{}