curl --request POST \ --url https://api.joylink.io/public/createlink \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '{ "destination": "<string>", "trackingid": "<string>" }'
{ "url": "<string>" }
Successfully created short link
The response is of type object.
object