Function push_send_post

Source
pub async fn push_send_post(
    configuration: &Configuration,
    json_element_push_send_request_model: Option<JsonElementPushSendRequestModel>,
) -> Result<(), Error<PushSendPostError>>