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