Record Message Event Response endpoint #22

Merged
phoenix merged 11 commits from record_mer-endpoint into alot_of_changes 2026-06-20 13:38:23 -04:00
Showing only changes of commit 537a530a0a - Show all commits
+4 -1
View File
@@ -579,7 +579,10 @@ mod request {
match axum::http::Request::builder() match axum::http::Request::builder()
.method(method) .method(method)
.uri(uri) .uri(uri)
.header(axum::http::header::CONTENT_TYPE, "application/json") .header(
axum::http::header::CONTENT_TYPE,
"application/json; charset=utf-8",
)
.header( .header(
axum::http::header::AUTHORIZATION, axum::http::header::AUTHORIZATION,
super::bearer_auth().await, super::bearer_auth().await,