Cookie: ********************
curl --location '/api/short-url' \ --header 'Cookie: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "longUrl": "string" }'
{ "id": 0, "longUrl": "string", "shortUrl": "string", "visitCount": 0 }