curl --request POST \
--url https://twi.kz/api/v1/shorten \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data '{"url":"https://myLongAndUnreadableURL.com"}'
{ "url": "https://myLongAndUnreadableURL.com", "hash": "SY", "shorten": "https://twi.kz/SY", "status": "harmless" }