curl --request POST \
--url https://api.reqlick.com/links/new/{workspace} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: multipart/form-data' \
--form domain=rqk.sh \
--form key=null \
--form url=https://example.com \
--form isPublic=true \
--form 'description=Turn your files into shareable links and connect effortlessly' \
--form 'title=Instant File Sharing Link with Reqlick' \
--form image=/_static/thumbnail.png \
--form expiresAt=null \
--form password=null \
--form ios=null \
--form android=null \
--form utm_source=null \
--form utm_medium=null \
--form utm_campaign=null \
--form utm_term=null \
--form utm_content=null \
--form ref=null \
--form file=@example-file