curl --location --request GET 'https://api.s.id/v1/links/s/' \
--header 'X-Auth-Id;' \
--header 'X-Auth-Key;'{
    "code": 200,
    "data": {
        "_id": "6673610e22b2eaa01abe4873",
        "id": 414736,
        "created_at": "2024-06-19T22:51:58.036Z",
        "updated_at": "2024-06-19T22:51:58.036Z",
        "short": "1JTi",
        "long_url": "https://example.com/test-link2",
        "blocked": null,
        "blocked_reason": null,
        "blocked_at": null,
        "microsite": false,
        "protected": false,
        "disposable": false,
        "adult": false,
        "archive_at": null
    }
}