Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
Jess Frazelle
2023-12-21 08:58:24 -08:00
parent 6e170684d5
commit 9c6c504ae5
10 changed files with 560 additions and 513 deletions

View File

@ -26,7 +26,7 @@ def _get_kwargs(
"headers": headers,
"cookies": cookies,
"timeout": client.get_timeout(),
"content": body,
"content": body.model_dump_json(),
}