pub async fn handle_add(
__arg0: State<Arc<AppState>>,
__arg1: Json<AddAddressBookRequest>,
) -> impl IntoResponseExpand description
POST /api/address-book/add — Add an address to the address book.
pub async fn handle_add(
__arg0: State<Arc<AppState>>,
__arg1: Json<AddAddressBookRequest>,
) -> impl IntoResponsePOST /api/address-book/add — Add an address to the address book.