curl --location --request GET '/apiC' \ --header 'Content-Type: text/plain' \ --data '"string"'
{ "id": 1, "name": "string" }