curl --location --request POST '/link/api/v1/link' \ --header 'Authorization: {{token}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "destination": "www.google.com" }'
null