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