feat: add create post requests

This commit is contained in:
2025-01-19 22:28:20 +01:00
parent c0e8d0f4ee
commit aa64a850e6
5 changed files with 126 additions and 213 deletions

View File

@@ -18,6 +18,7 @@ serde.workspace = true
http.workspace = true
cfg-if.workspace = true
thiserror.workspace = true
uuid.workspace = true
reqwest = { version = "0.12.11", optional = true, features = ["json"] }
serde_json = { version = "1.0.134", optional = true }
web-sys = { version = "0.3.76", features = [