curl --location --request POST 'https://my-cities.domozone.com/api/cities' \ --header 'Content-Type: application/json' \ --data-raw '{ "id": 0, "name": "string", "country": "FRANCE" }'
{ "id": 0, "name": "", "country": "" }