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