Example searches: “Health check”, “email”, “Create a chirp”, “204”, “Signup”
Chirp created
curl \ --request POST 'http://localhost:8080/api/chirps' \ --header "Content-Type: application/json" \ --data '{"content":"string"}'
{ "content": "string" }