Create shared link returns map
Create shared link returns SharedLink struct
create_shared_link(Client, binary()) :: Map
ElixirDropbox.Sharing.create_shared_link client, “/Path”
More info at: https://www.dropbox.com/developers/documentation/http/documentation#sharing-create_shared_link
create_shared_link_to_struct(Client, binary()) :: SharedLink
ElixirDropbox.Sharing.create_shared_link_to_struct client, “/Path”