Last updated 6 months ago
Was this helpful?
/shortener
url to be shortened
curl -L \ --request POST \ --url '/egov-url-shortening/shortener' \ --header 'Content-Type: application/json'
text
/{id}
The uniqueue id field to find original url
curl -L \ --url '/egov-url-shortening/{id}'
No body