{ "protected": false, "password": "test123" }
curl --location --request POST 'https://api.s.id/v1/links//protected' \ --header 'X-Auth-Id;' \ --header 'X-Auth-Key;' \ --header 'Content-Type: application/json' \ --data-raw '{ "protected": false, "password": "test123" }'
{ "code": 200, "message": "link_protected", "data": null }