Authorization: Bearer ********************
curl --location --request POST 'https://lnk.bio/oauth/v1/lnk/add' \ --header 'Authorization: Bearer <token>' \ --data-urlencode 'title=The title of my link' \ --data-urlencode 'link=https://lnk.bio/linkin' \ --data-urlencode 'image=https://cdn.lnk.bi/profilepics/-1302888_20220601196.png' \ --data-urlencode 'group_id=12345678' \ --data-urlencode 'schedule_from=YYYY-MM-DDTHH:MM:SS±HH:MM' \ --data-urlencode 'schedule_to=YYYY-MM-DDTHH:MM:SS±HH:MM'
{ "status": true, "errors": [ null ], "data": { "id": 12345, "url": "https://lnk.bio/" } }