Open Flamingolo opened 2 months ago
create character
curl --location 'http://localhost:3000/api/character' \ --header 'Content-Type: application/json' \ --data '{ "name": "cringo" }'
get character
curl --location 'http://localhost:3000/api/character/66eff7fd665dc7b84ee29415' \ --data ''
create character
get character