curl --location --request POST '/api/v1/custom-sentences' \ --header 'Content-Type: application/json' \ --data-raw '{ "sentence": "string" }'
{ "id": 0, "sentence": "string", "createdAt": "2019-08-24T14:15:22Z" }