multipart/form-data
curl -X POST "https://cdn.dinzid.biz.id/upload" \
-F "file=@/path/to/your/file"
application/json
curl -X POST "https://cdn.dinzid.biz.id/shorten" \
-H "Content-Type: application/json" \
-d '{
"longUrl": "value",
"customCode": "value"
}'
curl -X GET "https://cdn.dinzid.biz.id/{code}"