curl --location --request PUT 'http://localhost:1337/api/master/nationalities/id' \ --header 'Content-Type: application/json' \ --data-raw '{ "name": "american" }'
{}