curl --location --request POST '/settlements/create' \ --header 'Content-Type: application/json' \ --data-raw '{ "name": "string", "is_closed": true, "dt_closed": "string" }'