Authorization: Bearer ********************curl --location --request POST 'https://lnk.bio/oauth/v1/lnk/add' \
--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=2026-06-01T09:00:00+02:00' \
--data-urlencode 'schedule_to=2026-06-30T23:59:59+02:00' \
--data-urlencode 'position=3'{
"status": true,
"errors": [
"string"
],
"data": {
"id": 12345,
"url": "https://lnk.bio/username"
}
}