curl --location --request PUT '/link/api/v1/link/39' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"shortened": "vjOWZG5MHsihjQL",
"destination": "https://chatgpt.com",
"is_open": true
}'
null